runtime.workType.full (field)

9 uses

	runtime (current package)
		mgc.go#L306: 	full  lfstack          // lock-free list of full blocks workbuf
		mgc.go#L1439: 	if !work.full.empty() {
		mgc.go#L1462: 	if work.full != 0 || work.markrootNext < work.markrootJobs {
		mgc.go#L1463: 		print("runtime: full=", hex(work.full), " next=", work.markrootNext, " jobs=", work.markrootJobs, " nDataRoots=", work.nDataRoots, " nBSSRoots=", work.nBSSRoots, " nSpanRoots=", work.nSpanRoots, " nStackRoots=", work.nStackRoots, "\n")
		mgcmark.go#L1084: 		if work.full == 0 {
		mgcmark.go#L1164: 		if work.full == 0 {
		mgcwork.go#L420: 	work.full.push(&b.node)
		mgcwork.go#L428: 	b := (*workbuf)(work.full.pop())
		mgcwork.go#L455: 	if work.full != 0 {